@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);@charset "UTF-8";
/*
Template Name: Ubold - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Main Css File
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 70px;
}

.left-side-menu {
  width: 240px;
  background: #01487f;
  bottom: 0;
  padding: 20px 0;
  position: fixed;
  transition: all 0.1s ease-out;
  top: 70px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

#sidebar-menu > ul {
  list-style: none;
  padding: 0;
}
#sidebar-menu > ul > li > a {
  color: #c3d0dc;
  display: block;
  padding: 12px 20px;
  position: relative;
  transition: all 0.4s;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
}
#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
  color: white;
}
#sidebar-menu > ul > li > a:hover:after, #sidebar-menu > ul > li > a:active:after, #sidebar-menu > ul > li > a.active:after {
  opacity: 1;
  visibility: visible;
}
#sidebar-menu > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, #fbbd61, #ec7532);
  content: "";
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}
#sidebar-menu > ul > li > a i {
  display: inline-block;
  line-height: 1.0625rem;
  margin: 0 10px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-size: 18px;
}
#sidebar-menu > ul > li > a svg {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: 10px;
}
#sidebar-menu > ul > li > a .drop-arrow {
  float: right;
}
#sidebar-menu > ul > li > a .drop-arrow i {
  margin-right: 0;
}
#sidebar-menu > ul > li > a.mm-active {
  color: white;
}
#sidebar-menu > ul > li ul {
  padding-left: 34px;
  list-style: none;
}
#sidebar-menu > ul > li ul ul {
  padding-left: 20px;
}
#sidebar-menu .badge {
  margin-top: 4px;
  margin-left: 6px;
  padding: 6px 8px 6px 8px;
}
#sidebar-menu .menu-title {
  padding: 10px 20px;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #c3d0dc;
  font-weight: 500;
}
#sidebar-menu .menuitem-active > a {
  color: white;
}
#sidebar-menu .menuitem-active .active {
  color: white;
}

.nav-second-level li a {
  padding: 8px 20px;
  color: #c3d0dc;
  display: block;
  position: relative;
  transition: all 0.4s;
  font-size: 0.875rem;
}
.nav-second-level li a:focus, .nav-second-level li a:hover {
  color: #00acc1;
}
.nav-second-level li.active > a {
  color: white;
}

.menu-arrow {
  transition: transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  transform: translate(0, 0);
}
.menu-arrow:before {
  content: "\F0142";
}

li > a[aria-expanded=true] > span.menu-arrow {
  transform: rotate(90deg);
}
li.menuitem-active > a:not(.collapsed) > span.menu-arrow {
  transform: rotate(90deg);
}

body[data-sidebar-size=condensed] .logo-box {
  width: 70px !important;
}
body[data-sidebar-size=condensed] .logo span.logo-lg {
  display: none;
}
body[data-sidebar-size=condensed] .logo span.logo-sm {
  display: block;
}
body[data-sidebar-size=condensed] .left-side-menu {
  position: absolute;
  padding-top: 0;
  width: 70px !important;
  z-index: 5;
}
body[data-sidebar-size=condensed] .left-side-menu .simplebar-mask,
body[data-sidebar-size=condensed] .left-side-menu .simplebar-content-wrapper {
  overflow: visible !important;
}
body[data-sidebar-size=condensed] .left-side-menu .simplebar-scrollbar {
  display: none !important;
}
body[data-sidebar-size=condensed] .left-side-menu .simplebar-offset {
  bottom: 0 !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-title,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .menu-arrow,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .label,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .badge,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .collapse.in {
  display: none !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 54px;
  transition: none;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:active, body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a:focus {
  color: #00acc1;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a i {
  font-size: 1.3rem;
  margin-right: 20px;
  margin-left: 5px;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a svg {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li > a span {
  display: none;
  padding-left: 25px;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: white;
  background-color: #01487f;
  box-shadow: inset 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > a span {
  display: inline;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.open :after,
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover a.active :after {
  display: none;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse {
  display: block !important;
  height: auto !important;
  transition: none !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul {
  display: block !important;
  left: 70px;
  position: absolute;
  width: 190px;
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul ul {
  box-shadow: 3px 5px 10px 0 rgba(154, 161, 171, 0.2);
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul a:hover {
  color: #00acc1;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul .collapsing {
  display: block !important;
  height: auto !important;
  transition: none !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #01487f;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse {
  display: block !important;
  height: auto !important;
  transition: none !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li > a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu > ul ul li.active a {
  color: white;
}
body[data-sidebar-size=condensed] .content-page {
  margin-left: 70px !important;
}
@media (min-width: 992px) {
  body[data-sidebar-size=condensed] .footer {
    left: 70px !important;
  }
}
body[data-sidebar-size=condensed] .user-box {
  display: none !important;
}

/*@include media-breakpoint-up(md) {
    body[data-sidebar-size="condensed"]:not([data-layout="compact"]) {
        min-height: $body-min-height;
    }
}*/
@media (max-width: 767.98px) {
  .pro-user-name {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body {
    overflow-x: hidden;
    padding-bottom: 80px;
  }

  .left-side-menu {
    display: none;
    z-index: 10 !important;
  }

  .sidebar-enable .left-side-menu {
    display: block;
  }

  /*.content-page,
  body[data-sidebar-size="condensed"] .content-page {
      margin-left: 0 !important;
      padding: 0 10px;
  }*/
  .content-page {
    margin-left: 0 !important;
    padding: 0 10px;
  }

  .footer {
    left: 0 !important;
  }
}
/* =============
  Small Menu
============= */
/*body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]){
    .logo-box {
        width: $leftbar-width-sm !important;
    }

    .left-side-menu {
        width: $leftbar-width-sm !important;
        text-align: center;

        #sidebar-menu {
            >ul {

                >li {
                    >a {
                        >i {
                            display: block;
                            font-size: 18px;
                            line-height: 24px;
                            width: 100%;
                            margin: 0;
                        }

                        svg {
                            display: block;
                            margin: 0 auto 5px auto;
                        }
                    }
                }

                ul {
                    padding-left: 0;

                    a {
                        padding: 10px 20px;
                    }
                }
            }
        }

        .menu-arrow,
        .badge {
            display: none !important;
        }

        &+.content-page {
            margin-left: $leftbar-width-sm;
        }

        +.content-page .footer {
            left: $leftbar-width-sm;
        }

        .menu-title {
            background-color: $gray-100;
        }
    }
}*/
body[data-sidebar-color=dark] .logo-box {
  background-color: #38414a;
}
body[data-sidebar-color=dark] .logo-box .logo-dark {
  display: none;
}
body[data-sidebar-color=dark] .logo-box .logo-light {
  display: block;
}
body[data-sidebar-color=dark] .left-side-menu {
  background-color: #38414a;
  box-shadow: none;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a {
  color: #9097a7;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:hover, body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:focus, body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a:active {
  color: #c8cddc;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu > ul > li > a.mm-active {
  color: #ffffff;
  background-color: #3d4751;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menu-title {
  color: #adb5bd;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active > a {
  color: white;
}
body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active {
  color: white;
}
body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a {
  color: #9097a7;
}
body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:focus, body[data-sidebar-color=dark] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li a:hover {
  background-color: transparent;
  color: #c8cddc;
}
body[data-sidebar-color=dark] .left-side-menu .nav-second-level li.active > a,
body[data-sidebar-color=dark] .left-side-menu .nav-thrid-level li.active > a {
  color: #ffffff;
}
body[data-sidebar-color=dark] .left-side-menu .user-box .dropdown > a {
  color: #ffffff !important;
}
body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu > ul > li:hover > a {
  background-color: #38414a;
  box-shadow: none;
}
body[data-sidebar-color=dark][data-sidebar-size=condensed] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
  color: white;
}
body[data-sidebar-color=dark][data-sidebar-size=compact] #wrapper .left-side-menu .menu-title {
  background-color: rgba(255, 255, 255, 0.03);
}

/*body[data-sidebar-color="brand"],
body[data-sidebar-color="gradient"] {
    .logo-box {
        background-color: $bg-leftbar-brand;

        .logo-dark {
            display: none;
        }

        .logo-light {
            display: block;
        }
    }

    .menuitem-active > a {
        color: $white !important;
    }

    .left-side-menu {
        background-color: $bg-leftbar-brand;
        box-shadow: none;

        #sidebar-menu {
            >ul {
                >li {
                    >a {
                        color: rgba($white, 0.7);

                        &:hover,
                        &:focus,
                        &:active {
                            color: rgba($white, 0.9);
                        }
                    }

                    >a.mm-active {
                        color: $white;
                        background-color: rgba($white, 0.07);
                    }
                }
            }

            .menu-title {
                color: rgba($white, 0.6);
            }

            .mm-active {
                .active {
                    color: $white;
                }
            }
        }

        .nav-second-level,
        .nav-thrid-level {
            li {
                a {
                    color: rgba($white, 0.7);

                    &:focus,
                    &:hover {
                        background-color: transparent;
                        color: $white;
                    }
                }

                &.active {
                    >a {
                        color: $menu-item-active-color-dark;
                    }
                }
            }
        }

        .user-box {
            .dropdown > a {
                color: $white !important;
            }
        }
    }

    &[data-sidebar-size="condensed"] {
        #wrapper {
            .left-side-menu {
                #sidebar-menu {
                    >ul {
                        >li {
                            &:hover>a {
                                background-color: $bg-leftbar-brand;
                                box-shadow: none;
                                color: $white;
                            }
                        }
                    }

                    .mm-active {
                        .active {
                            color: $menu-item-active;
                        }
                    }
                }

                .nav-second-level,
                .nav-thrid-level {
                    li {
                        a {
                            color: $menu-item;
                        }
                    }
                }
            }
        }
    }
    &[data-sidebar-size="compact"] {
        #wrapper {
            .left-side-menu {
                .menu-title {
                    background-color: rgba($white, 0.05);
                }
            }
        }
    }
}*/
/*body[data-sidebar-color="gradient"] {

    .logo-box,
    .left-side-menu {
        background: $bg-leftbar-gradient;
        background-image: linear-gradient(270deg, rgba(64, 149, 216, 0.15), transparent);
    }

    &[data-sidebar-size="condensed"] {
        #wrapper {
            .left-side-menu {
                #sidebar-menu {
                    >ul {
                        >li {
                            &:hover>a {
                                background: $bg-leftbar-gradient;
                            }
                        }
                    }

                    .mm-active {
                        .active {
                            color: $menu-item-active;
                        }
                    }
                }

                .nav-second-level,
                .nav-thrid-level {
                    li {
                        a {
                            color: $menu-item;
                        }
                    }
                }
            }
        }
    }
}*/
.user-box .user-funds {
  padding: 0.75rem 2rem !important;
  font-size: 15px !important;
  margin-top: 0.375rem !important;
  background: linear-gradient(to right, #fbbd61, #ec7532);
}

.user-pro-dropdown {
  background-color: #f7f8f9;
  box-shadow: none;
  padding: 15px 5px;
  width: 90%;
  margin-left: 5%;
  margin-top: 10px;
}
.user-pro-dropdown .dropdown-item {
  border-radius: 3px;
}
.user-pro-dropdown .dropdown-item:hover {
  background-color: #01487f;
  color: #ffffff;
}

/*body[data-layout-mode="detached"] {

    @include media-breakpoint-up(lg) {
        .navbar-custom {
            .container-fluid {
                max-width: 95%;
            }
        }

        #wrapper {
            max-width: 95%;
            margin: 0 auto;
        }

        .left-side-menu {
            margin-top: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
        }

        .content-page {
            padding-bottom: 30px;
        }

        .logo-box {
            background-color: transparent;
            background-image: none;
        }
    }
}*/
/*body[data-sidebar-icon="twotones"] {
    #sidebar-menu {
        >ul {
            >li {
                >a {
                    i {
                        color: $blue;
                    }
                    svg {
                        width: 18px;
                        height: 18px;
                        margin-left: 3px;
                        margin-right: 10px;
                        color: $blue;
                        fill: rgba($blue, 0.2);
                        ;
                    }
                }
            }
        }
    }
}*/
.logo {
  display: block;
}
.logo span.logo-lg {
  display: block;
}
.logo span.logo-sm {
  display: none;
}
.logo .logo-lg-text-dark {
  color: #323a46;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.logo .logo-lg-text-light {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.logo-box {
  height: 70px;
  width: 240px;
  float: left;
  transition: all 0.1s ease-out;
}
.logo-box .logo {
  line-height: 70px;
}

.logo-light {
  display: block;
}

.logo-dark {
  display: none;
}

.navbar-custom {
  background-color: #01487f;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 0 10px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1001;
  /* Search */
}
.navbar-custom .topnav-menu > li {
  float: left;
}
.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: #ffffff;
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px;
}
.navbar-custom .topnav-menu .nav-link .user-funds {
  padding: 0.6rem 1rem;
  font-size: 15px;
  margin-top: 0.375rem;
  background: linear-gradient(to right, #fbbd61, #ec7532);
  max-width: 185px;
  margin-top: 20px;
  overflow: hidden;
}
.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}
.navbar-custom .container-fluid {
  padding: 0;
}
.navbar-custom .app-search {
  height: 70px;
  display: table;
  max-width: 180px;
  margin-right: 20px;
}
.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.navbar-custom .app-search .app-search-box input::-moz-placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .app-search .app-search-box input:-ms-input-placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .app-search .app-search-box input::placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 0;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: none;
  border-radius: 30px 0 0 30px;
}
.navbar-custom .app-search .input-group-append {
  margin-left: 0;
  z-index: 4;
}
.navbar-custom .app-search .btn {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 0 30px 30px 0;
  box-shadow: none !important;
}
.navbar-custom .button-menu-mobile {
  border: none;
  color: #ffffff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}
.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}

/* Notification */
.noti-scroll {
  max-height: 230px;
}

.notification-list {
  margin-left: 0;
}
.notification-list .noti-title {
  background-color: transparent;
  padding: 15px 20px;
}
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 10px;
}
.notification-list .notify-item {
  padding: 12px 20px;
}
.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343a40;
}
.notification-list .notify-item .notify-details b {
  font-weight: 500;
}
.notification-list .notify-item .notify-details small {
  display: block;
}
.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}
.notification-list .profile-dropdown .notify-item {
  padding: 7px 20px;
}

.noti-icon {
  font-size: 21px;
  vertical-align: middle;
}

.profile-dropdown {
  min-width: 170px;
}
.profile-dropdown i {
  vertical-align: middle;
  margin-right: 5px;
}

.nav-user {
  padding: 0 12px !important;
}
.nav-user img {
  height: 32px;
  width: 32px;
}

.fullscreen-enable [data-toggle=fullscreen] .fe-maximize::before {
  content: "\E88D";
}

@media (max-width: 991.98px) {
  .logo-box {
    width: 70px !important;
    padding-right: 0 !important;
  }
  .logo-box .logo-lg {
    display: none !important;
  }
  .logo-box .logo-sm {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .navbar-custom .dropdown {
    position: static;
  }
  .navbar-custom .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
  .navbar-custom .topnav-menu .nav-link .user-funds {
    padding: 0.6rem 2rem !important;
    max-width: 185px;
    overflow: hidden;
    margin-top: 20px;
    text-overflow: ellipsis;
  }
}
@media (max-width: 450px) {
  .navbar-custom .topnav-menu .nav-link .user-funds {
    padding: 0.6rem 1rem !important;
    max-width: 134px;
    overflow: hidden;
    margin-top: 20px;
    text-overflow: ellipsis;
  }
}
@media (max-width: 360px) {
  .navbar-custom .topnav-menu .nav-link {
    padding: 0 12px;
  }
  .navbar-custom .topnav-menu .nav-link .user-funds {
    padding: 0.6rem 0.5rem !important;
  }
  .navbar-custom .button-menu-mobile {
    width: 45px;
  }
}
.page-title-box .page-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 75px;
  color: #323a46;
}
.page-title-box .page-title-right {
  float: right;
  margin-top: 22px;
}
.page-title-box .breadcrumb {
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }
  .page-title-box .breadcrumb {
    display: none;
  }
}
@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none;
  }
}
@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none;
  }
}
.footer {
  bottom: 0;
  padding: 19px 15px 20px;
  position: absolute;
  right: 0;
  color: #98a6ad;
  left: 240px;
  background-color: #efefef;
}
.footer .footer-links a {
  color: #98a6ad;
  margin-left: 1.5rem;
  transition: all 0.4s;
}
.footer .footer-links a:hover {
  color: #323a46;
}
.footer .footer-links a:first-of-type {
  margin-left: 0;
}

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}
body[data-layout-mode=horizontal] .footer {
  left: 0 !important;
}
body[data-layout-mode=horizontal][data-layout-width=boxed] .footer {
  max-width: 1300px !important;
}

@media (min-width: 992px) {
  body[data-layout-mode=detached] .footer {
    position: inherit;
    margin: 0 10px;
  }
}

@media (min-width: 1367px) {
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) {
    padding-bottom: 0;
  }
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) #wrapper {
    display: flex;
  }
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .navbar-custom,
body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .topnav {
    position: absolute;
  }
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .left-side-menu {
    position: relative;
    min-width: 240px;
    max-width: 240px;
    padding: 20px 0 calc(70px + 20px);
  }
  body[data-layout-menu-position=scrollable]:not([data-sidebar-size=condensed]):not([data-sidebar-size=compact]):not([data-layout-mode=two-column]) .content-page {
    margin-left: 0;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (min-width: 1367px) {
  body[data-layout-mode=horizontal] .container-fluid {
    max-width: 90%;
  }
  body[data-layout-mode=horizontal] .navbar-custom {
    padding: 0 24px;
  }
}
body[data-layout-mode=horizontal] .content-page {
  margin-left: 0 !important;
}

.topnav {
  background: #ffffff;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  margin-top: 70px;
  padding: 0 calc(24px / 2);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}
.topnav .navbar-nav .nav-link {
  font-size: 0.95rem;
  position: relative;
  line-height: 22px;
  padding: calc(33px / 2) 1.1rem;
  color: #6e7488;
  font-family: "Roboto", sans-serif;
}
.topnav .navbar-nav .nav-link i {
  font-size: 15px;
  display: inline-block;
}
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
  color: #00acc1;
  background-color: transparent;
}
.topnav .navbar-nav .nav-item .dropdown.active > a.dropdown-toggle {
  color: white;
}

@media (min-width: 992px) {
  .topnav {
    height: 55px;
  }
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .topnav .dropdown-item {
    padding: 0.5rem 1.25rem;
    min-width: 180px;
    margin: 0 0.3rem;
    width: auto;
  }
  .topnav .dropdown-item.active {
    background-color: transparent;
    color: white;
  }
  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0px;
    right: auto;
  }
  .topnav .dropdown .dropdown-menu {
    padding: 0.3rem 0;
    margin-top: 0;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 20px;
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0 !important;
    left: 100%;
    display: none;
  }
  .topnav .dropdown:hover > .nav-link {
    color: #00acc1;
  }
  .topnav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-item {
    color: white;
  }
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar-toggle {
    display: none;
  }

  body[data-layout-mode=horizontal] .content-page {
    padding: 55px 15px 65px 15px;
  }
}
.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

@media (max-width: 1366.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 991.98px) {
  .topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
  }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
    color: white;
  }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav {
    background-color: #01487f;
  }
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:focus, body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-link.active {
    color: #ffffff;
  }
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
  }
  body[data-layout-mode=horizontal][data-topbar-color=light] .topnav .navbar-nav > .dropdown.active > a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
}
body[data-layout-mode=horizontal][data-layout-width=boxed] .topnav {
  max-width: 1300px;
  margin: 70px auto 0;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
}
.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.width-xs {
  min-width: 80px;
}

.width-sm {
  min-width: 100px;
}

.width-md {
  min-width: 120px;
}

.width-lg {
  min-width: 140px;
}

.width-xl {
  min-width: 160px;
}

.font-family-primary {
  font-family: "Roboto", sans-serif;
}

.font-family-secondary {
  font-family: "Roboto", sans-serif;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sp-line-1 {
  -webkit-line-clamp: 1;
}

.sp-line-2 {
  -webkit-line-clamp: 2;
}

.sp-line-3 {
  -webkit-line-clamp: 3;
}

.sp-line-4 {
  -webkit-line-clamp: 4;
}

.icon-dual {
  color: #98a6ad;
  fill: rgba(152, 166, 173, 0.12);
}

.icon-dual-primary {
  color: #01487f;
  fill: rgba(1, 72, 127, 0.16);
}

.icon-dual-secondary {
  color: #6c757d;
  fill: rgba(108, 117, 125, 0.16);
}

.icon-dual-success {
  color: green;
  fill: rgba(0, 128, 0, 0.16);
}

.icon-dual-info {
  color: #4fc6e1;
  fill: rgba(79, 198, 225, 0.16);
}

.icon-dual-warning {
  color: #f7b84b;
  fill: rgba(247, 184, 75, 0.16);
}

.icon-dual-danger {
  color: red;
  fill: rgba(255, 0, 0, 0.16);
}

.icon-dual-light {
  color: #eceff1;
  fill: rgba(236, 239, 241, 0.16);
}

.icon-dual-dark {
  color: #323a46;
  fill: rgba(50, 58, 70, 0.16);
}

.icon-dual-pink {
  color: #f672a7;
  fill: rgba(246, 114, 167, 0.16);
}

.icon-dual-blue {
  color: #4a81d4;
  fill: rgba(74, 129, 212, 0.16);
}

.icons-xs {
  height: 16px;
  width: 16px;
}

.icons-sm {
  height: 24px;
  width: 24px;
}

.icons-md {
  height: 32px;
  width: 32px;
}

.icons-lg {
  height: 40px;
  width: 40px;
}

.icons-xl {
  height: 48px;
  width: 48px;
}

.icons-xxl {
  height: 60px;
  width: 60px;
}

.item-hovered:hover {
  background-color: #f7f8f9;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 2px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
}

.widget-flat {
  position: relative;
  overflow: hidden;
}
.widget-flat i.widget-icon {
  font-size: 36px;
}

.inbox-widget .inbox-item {
  border-bottom: 1px solid rgba(229, 232, 235, 0.5);
  overflow: hidden;
  padding: 0.625rem 0;
  position: relative;
}
.inbox-widget .inbox-item:last-of-type {
  border-bottom: none;
}
.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-img img {
  width: 40px;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 0.8125rem;
  margin: 0;
  overflow: hidden;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 0.6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

/* Chat widget */
.conversation-list {
  list-style: none;
  padding: 0 15px;
}
.conversation-list li {
  margin-bottom: 20px;
}
.conversation-list li .conversation-actions {
  float: right;
  display: none;
}
.conversation-list li:hover .conversation-actions {
  display: block;
}
.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 42px;
}
.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}
.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}
.conversation-list .ctext-wrap {
  background: #f1f3fa;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
}
.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}
.conversation-list .ctext-wrap:after {
  left: -10px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f1f3fa;
  border-width: 6px;
  margin-right: -1px;
  border-right-color: #f1f3fa;
}
.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}
.conversation-list .odd .chat-avatar {
  float: right !important;
}
.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}
.conversation-list .odd .ctext-wrap {
  background-color: #fef5e4;
}
.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #fef5e4;
  border-top-color: #fef5e4;
  right: -10px !important;
  left: auto;
}
.conversation-list .odd .conversation-actions {
  float: left;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  z-index: 9000;
}
#preloader p {
  font-family: "Poppins", sans-serif;
  letter-spacing: 8px;
  color: #3b3b3b;
}
#preloader .preloader-animation {
  z-index: 1000;
}
#preloader .preloader-animation .spinner {
  height: 13em;
  width: 13em;
  margin: 0 auto 3.5em auto;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #01487f;
  border-radius: 50%;
  -webkit-animation: SpinnerAnimation 1s infinite linear;
  animation: SpinnerAnimation 1s infinite linear;
}
#preloader .preloader-animation .loader {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#preloader .preloader-animation .loader .animated-letters {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
}
#preloader .preloader-animation .loader .animated-letters:before {
  position: absolute;
  content: attr(data-text-preloader);
  top: -3px;
  left: 0;
  color: #01487f;
  opacity: 0;
  transform: rotateY(-90deg);
  -webkit-animation: animated-letters 4s infinite;
  animation: animated-letters 4s infinite;
}
#preloader .preloader-animation .loader .animated-letters:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.2s;
}
#preloader .preloader-animation .loader .animated-letters:nth-child(3):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.4s;
}
#preloader .preloader-animation .loader .animated-letters:nth-child(4):before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.6s;
}
#preloader .loader-animation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
#preloader .loader-animation .single-loader .loader-bg {
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #dee2e6;
  border-right: 5px solid #dee2e6;
  border-bottom: 5px solid #dee2e6;
  border-left: 5px solid #01487f;
  transform: translateZ(0);
  -webkit-animation: SpinnerAnimation 1.1s infinite linear;
          animation: SpinnerAnimation 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes SpinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes SpinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animated-letters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes animated-letters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.text-error {
  color: #01487f;
  text-shadow: rgba(1, 72, 127, 0.3) 5px 1px, rgba(1, 72, 127, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: "Roboto", sans-serif;
}

.error-text-box {
  font-size: 10rem;
  font-family: "Roboto", sans-serif;
  min-height: 200px;
}
.error-text-box .text {
  fill: none;
  stroke-width: 6;
  stroke-linejoin: round;
  stroke-dasharray: 30 100;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 9s infinite linear;
          animation: stroke 9s infinite linear;
}
.error-text-box .text:nth-child(5n+1) {
  stroke: red;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.error-text-box .text:nth-child(5n+2) {
  stroke: #f7b84b;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
.error-text-box .text:nth-child(5n+3) {
  stroke: #01487f;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
}
.error-text-box .text:nth-child(5n+4) {
  stroke: #4fc6e1;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
}
.error-text-box .text:nth-child(5n+5) {
  stroke: green;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-text-box .text {
    fill: red;
    stroke: red;
    stroke-width: 6;
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    -webkit-animation: none;
            animation: none;
  }
}
.logout-checkmark {
  width: 100px;
  margin: 0 auto;
  padding: 20px 0;
}
.logout-checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s ease-in-out;
          animation: dash 2s ease-in-out;
}
.logout-checkmark .spin {
  -webkit-animation: spin 2s;
          animation: spin 2s;
  transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #01487f;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(1, 72, 127, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
}

.faq-answer {
  margin-left: 50px;
  color: #98a6ad;
}

.svg-computer {
  stroke-dasharray: 1134;
  stroke-dashoffset: -1134;
  -webkit-animation: draw-me 5s infinite;
          animation: draw-me 5s infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  height: 160px;
}

@-webkit-keyframes draw-me {
  from {
    stroke-dashoffset: -1134;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-me {
  from {
    stroke-dashoffset: -1134;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .svg-computer {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-animation: none;
            animation: none;
    -webkit-animation-direction: normal;
            animation-direction: normal;
  }
}
.sitemap {
  list-style: none;
  padding-left: 0;
}
.sitemap > li > ul {
  margin-top: 1rem;
  padding-left: 0;
}
.sitemap li {
  line-height: 1.5rem;
  vertical-align: top;
  list-style: none;
  position: relative;
}
.sitemap li a {
  text-decoration: none;
  color: #6c757d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sitemap li a i {
  display: inline-block;
}
.sitemap li a:hover {
  color: #01487f;
}
.sitemap ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding-top: 10px;
}
.sitemap ul li {
  position: relative;
}
.sitemap ul li a {
  margin-left: 2rem;
}
.sitemap ul li:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 1px solid #e5e8eb;
  border-left: 1px solid #e5e8eb;
  position: absolute;
  top: -1rem;
}

.new-order-details > .media {
  margin-bottom: 1.5rem !important;
}
.new-order-details > .media > img {
  margin-right: 1.5rem !important;
  background-color: #000000;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-order-details > .media > .media-body {
  font-weight: 600 !important;
  color: black;
}
.new-order-details > .media > .media-body > h5 {
  font-weight: 600 !important;
  color: black;
  margin-top: 0.75rem !important;
  margin-bottom: 0.375rem !important;
}
.new-order-details > .media > .media-body > div {
  font-size: 0.75rem;
  margin-bottom: 0.375rem !important;
}
.new-order-details .example-link-box > h4 {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-size: 13px;
  color: #171717;
  font-weight: 700;
  line-height: 1.2;
}
.new-order-details .example-link-box > a {
  font-size: 13px;
  padding: 0 !important;
  color: #007bff;
  word-wrap: break-word;
}
.new-order-details h6 {
  text-transform: uppercase;
  font-size: 13px;
  color: #171717;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
.new-order-details p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.new-order-category-filter {
  box-shadow: 4px 16px 32px 0 rgba(0, 0, 0, 0.3);
  max-height: 340px;
}
.new-order-category-filter .media {
  color: #fff;
  padding: 6px 12px;
  background: #4A4A4A;
  border-radius: 6px;
  align-items: center;
}
.new-order-category-filter .media .icon {
  margin-right: 12px;
  font-size: 24px;
}
.new-order-category-filter .media:hover {
  background: #01487f;
  color: #fff;
}
.new-order-category-filter .row {
  margin-left: -5px;
  margin-right: -5px;
}
.new-order-category-filter .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.new-order .navtab-bg .nav-link {
  border-radius: 30px;
}
.new-order [readonly] {
  background-color: #eee;
}

i.fab.fa-instagram {
  background: linear-gradient(200deg, #d047d1, red, #ff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 17px;
  padding: 2.4px;
  border-radius: 5px;
  color: #FFF;
  font-weight: lighter;
  margin-right: 5px;
}
i.fab.fa-facebook-square {
  background: #207eff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 5px;
}
i.fab.fa-youtube {
  background: #ff0042;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-twitter {
  background: #1da1f2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-tiktok {
  background: #000000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-google {
  background: #DA3810;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}
i.fab.fa-linkedin {
  background: #0a66c2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  margin-right: 5px;
}
i.fab.fa-telegram-plane {
  background: #2780e3;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-soundcloud {
  background: #ff5836;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-spotify {
  background: #62ffa2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}
i.fab.fa-pinterest-square {
  background: #ff5858;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 5px;
}

.swal-text {
  background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}

button.swal2-confirm.w3-btn.w3-white.w3-border.w3-round-large.bottom.right {
  background-color: #7cd1f9;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0px 0px 5px;
  cursor: pointer;
  float: right;
}

.swal2-content .sweet-alert p {
  font-size: 15px !important;
}

.swal2-popup .swal2-title {
  font-size: 28px;
}

.swal2-icon:first-child {
  margin-top: 32px;
}

.swal2-icon {
  width: 90px;
  height: 90px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  margin: 20px auto;
}

.swal2-icon-text {
  font-size: 5.75em;
  line-height: 1.52857 !important;
  /*margin-top: 14px;*/
}

.sweet-alert {
  background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 20px;
  text-align: center;
  color: #61534e;
}

span.glyphicon.glyphicon-circle-arrow-right {
  top: 4px;
}

button.swal2-confirm.swal2-styled {
  font-size: 20px;
}

.swal2-modal {
  width: 495px;
  /*pointer-events: none;*/
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  transform-origin: 50% 50%;
  z-index: 10001;
  transition: transform 0.3s, opacity 0.2s;
}

.swal2-actions {
  margin: 0.6em auto 0;
}

.swal2-title {
  padding: 10px 20px 10px 20px;
  background-color: #FEFAE3;
}

.order-history {
  /*
      .text-long { word-break: break-all; }
  .btn-status {color: #fff;}
  .btn-status:hover { color: #fff; }*/
}
.order-history .filter-status > ul > li > a {
  color: #ffffff;
  background: #01487f;
  text-transform: uppercase;
  border: 0px;
  border-radius: 0px;
  padding: 0.75rem 1.25rem;
}
.order-history .filter-status > ul > li > a:hover, .order-history .filter-status > ul > li > a.active {
  background: linear-gradient(to right, #fbbd61, #ec7532);
}
.order-history .filter-status > ul > li > a > i {
  margin-right: 5px;
}
.order-history .filter-status .dropdown-menu {
  margin-top: 5px;
  border-radius: 8px;
  padding: 0.5rem 0;
}
.order-history .filter-status .dropdown-menu .dropdown-item {
  text-transform: uppercase;
}
.order-history .filter-status .dropdown-menu .dropdown-item:hover, .order-history .filter-status .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background: #01487f;
}
.order-history .filter-status .dropdown-menu .dropdown-item > i {
  margin-right: 5px;
}
.order-history .table thead th {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.order-history .table tr.odd {
  background: #f9f9f9;
}
.order-history .table tr td {
  color: #171717;
  border: none;
}
.order-history .order-link {
  padding: 5px 14px;
  border-radius: 12px;
  border: 1px solid #01487f;
  color: #01487f;
  display: block;
  white-space: normal;
  max-width: 500px;
  word-break: break-all;
}
.order-history .order-id {
  background-color: #ed7a36;
  padding: 5px 14px;
  border-radius: 12px;
  color: white;
}
.order-history .search-bar > input[type=search] {
  height: calc(1.5em + 0.9rem + 2px);
}
.order-history .btn {
  color: #fff;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.order-history .btn.btn-pending {
  background-color: orange;
  border-color: orange;
}
.order-history .btn.btn-inprogress {
  background-color: blue;
  border-color: blue;
}
.order-history .btn.btn-completed {
  background-color: green;
  border-color: green;
}
.order-history .btn.btn-partial, .order-history .btn .btn-expired {
  background-color: orangered;
  border-color: orangered;
}
.order-history .btn.btn-processing {
  background-color: deepskyblue;
  border-color: deepskyblue;
}
.order-history .btn.btn-cancelled, .order-history .btn .btn-refunded {
  background-color: red;
  border-color: red;
}
.order-history .btn.btn-service-detail {
  background: linear-gradient(to right, #fbbd61, #ec7532);
  border: none;
}

.hidden {
  display: none;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /* CSS */
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .order-history .order-link {
    word-break: keep-all;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    min-width: 100%;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
/* CSS */
/*}*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .order-history .order-link {
    word-break: keep-all;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    min-width: 100%;
  }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .order-history .order-link {
    word-break: keep-all;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    min-width: 100%;
  }
}
.service-table span.fav > i.fas {
  color: red;
}
.service-table span.serviceNotification > i.fas {
  color: #ee7e38;
}
.service-table .dropdown-menu {
  margin-top: 5px;
  border-radius: 8px;
  padding: 0.5rem 0;
  max-height: 450px;
  overflow-y: auto;
}
.service-table .dropdown-menu .dropdown-item {
  font-family: "Niveau Grotesk";
  font-size: 1rem;
  text-transform: capitalize;
}
.service-table .dropdown-menu .dropdown-item:hover, .service-table .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background: #01487f;
}
.service-table .table thead th {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.service-table .table tr td {
  color: #171717;
  border: none;
}
.service-table .table tr td > strong {
  font-size: 14px;
}
.service-table .table tr td > strong > i {
  font-size: 20px;
}
.service-table .btn {
  color: #fff;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.service-table .btn.btn-service-detail {
  background: linear-gradient(to right, #fbbd61, #ec7532);
  border: none;
}
.service-table button i.fas.fa-list-ul {
  font-size: 17px;
  padding: 2.4px;
  color: #ef863d;
  margin-right: 5px;
}
.service-table button i.fas.fa-star {
  font-size: 17px;
  padding: 2.4px;
  color: red;
}

.hidden {
  display: none;
}

.service-header {
  background: #01487f;
}
.service-header h4 {
  color: white;
}

.ticket-history a {
  color: #007bff;
}
.ticket-history .table thead th {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.ticket-history .table tr.odd {
  background: #f9f9f9;
}
.ticket-history .table tr.active a {
  color: orange;
}
.ticket-history .table tr td {
  color: #171717;
  border: none;
}
.ticket-history .search-bar > input[type=search] {
  height: calc(1.5em + 0.9rem + 2px);
}
.ticket-history .btn {
  color: #fff;
  border-radius: 40px;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.ticket-history .btn.btn-pending, .ticket-history .btn.btn-open, .ticket-history .btn.btn-replied {
  background-color: orange;
  border-color: orange;
}
.ticket-history .btn.btn-answered {
  background-color: green;
  border-color: green;
}
.ticket-history .btn.btn-closed {
  background-color: red;
  border-color: red;
}

.ticket-details-chat-form .card-box {
  border: 2px dashed #ced4da;
  margin-bottom: 0 !important;
}
.ticket-details-chat-form.dz-clickable {
  cursor: pointer;
}
.ticket-details-chat-form .dz-message {
  text-align: center;
}

.service-updates {
  /* .filter-status {
      // for desktop
      >ul {
          >li{ 
              >a { 
                  color : $white;  
                  background: $primary-panel-color;
                  text-transform: uppercase; 
                  border: 0px;
                  border-radius: 0px;
                  padding: 0.75rem 1.25rem;
                  &:hover,
                  &.active {
                      background: $orange-2; 
                  }
                  > i {
                      margin-right: 5px;
                  }
              } 
          }
      }

      // for mobile
      .dropdown-menu { 
          margin-top: 5px;
          border-radius: 8px;
          padding: 0.5rem 0;
          .dropdown-item {  
              text-transform: uppercase;  
              &:hover,
              &.active {
                  color : $white;
                  background: $primary-panel-color; 
              } 
              > i {
                  margin-right: 5px;
              }
          }
      } 
  } */
}
.service-updates .table thead th {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.service-updates .table tr.odd {
  background: #f9f9f9;
}
.service-updates .table tr td {
  color: #171717;
  border: none;
  font-size: 11px;
}
.service-updates .search-bar a, .service-updates .search-bar button {
  padding: 0.18rem 0.9rem;
}
.service-updates .badge {
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 50px;
}
.service-updates .badge.badge-warning {
  background-color: orange;
  border-color: orange;
}

.api .heading {
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
  background-color: #01487f !important;
}
.api .heading > h5 {
  color: #ffffff !important;
  padding: 0.375rem 0px 0.375rem 0px;
  margin: 0px;
  text-transform: uppercase;
}
.api .fw-600 {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}
.api .card-body {
  padding-bottom: 5px;
}

.api-code-box {
  background: url("https://cdn.cheapsmmpanel.com/assets/images/dots.png") no-repeat 30px 30px #393838;
  border-radius: 12px;
  position: relative;
  padding: 60px 30px 30px;
  margin: 20px 0 40px 0;
}
.api-code-box > pre {
  color: white;
  margin: 0px;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
          mask-image: radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
          mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #01487f;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
  border-color: #01487f;
}
table.dataTable tbody td:focus {
  outline: none !important;
}
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  outline: 2px solid #01487f !important;
  outline-offset: -1px;
  color: #01487f;
  background-color: rgba(1, 72, 127, 0.15);
}

.dataTables_info {
  font-weight: 500;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: green;
  top: 0.85rem;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: red;
  top: 0.85rem;
}

div.dt-button-info {
  background-color: #01487f;
  border: none;
  color: #ffffff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  li.paginate_button.previous, li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }

  li.paginate_button {
    display: none;
  }

  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important;
  }

  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem;
  }
}
.activate-select .sorting_1 {
  background-color: #f7f8f9;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.9rem + 2px);
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #6c757d;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #adb5bd transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container input::-moz-placeholder {
  color: #adb5bd;
}
.select2-container input:-ms-input-placeholder {
  color: #adb5bd;
}
.select2-container input::placeholder {
  color: #adb5bd;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #adb5bd transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e3e8eb;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid #ced4da;
  background-color: #ffffff;
  color: #6c757d;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #01487f;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  /*background-color: lighten($dropdown-bg,2.5%);
  color: $dropdown-link-active-color;*/
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #01487f;
  color: #ffffff;
}

.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 0.9rem + 2px);
  border: 1px solid #ced4da !important;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 10px;
}
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #6c757d;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #01487f;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  list-style: none;
  color: red;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.parsley-errors-list > li:before {
  content: "\F0159";
  font-family: "Material Design Icons";
  position: absolute;
  left: 2px;
  top: -1px;
}

.parsley-error {
  border-color: red;
}

.parsley-success {
  border-color: green;
}

.dropzone {
  border: 2px dashed #ced4da;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0;
}
.dropzone.dz-started .dz-message {
  display: none;
}